const runtime.fixedStack
17 uses
runtime (current package)
runtime1.go#L289: if fixedStack != round2(fixedStack) {
stack.go#L86: fixedStack = fixedStack6 + 1
stack.go#L210: s.elemsize = fixedStack << order
stack.go#L285: size += fixedStack << order
stack.go#L304: size -= fixedStack << order
stack.go#L364: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L367: for n2 > fixedStack {
stack.go#L481: if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L484: for n2 > fixedStack {
stack.go#L1220: if newsize < fixedStack {
stack.go#L1316: var startingStackSize uint32 = fixedStack
stack.go#L1342: startingStackSize = fixedStack
stack.go#L1351: if avg < fixedStack {
stack.go#L1352: avg = fixedStack
traceallocfree.go#L41: w.varint(uint64(fixedStack))
traceallocfree.go#L153: return traceArg(uint64(base)-trace.minPageHeapAddr) / fixedStack
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)